home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSTOPASERVICE / TFRMSTOPASERVICE.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.3 KB  |  101 lines

  1. inherited frmStopAService: TfrmStopAService
  2.   HelpContext = 100
  3.   OldCreateOrder = True
  4.   OnShow = FormShow
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited img1616: TImage
  12.       Picture.Data = {<image000.ico>}
  13.     end
  14.     inherited memActionDesc: TMemo
  15.       Lines.Strings = (
  16.         
  17.           'Stops the specified service.  Services do not run on Windows 95/' +
  18.           '98/ME.')
  19.     end
  20.   end
  21.   inherited pnlCenter: TPanel
  22.     inherited pgcControlPage: TPageControl
  23.       inherited tbsAM5Main: TTabSheet
  24.         object lblServiceToStart: TLabel
  25.           Left = 10
  26.           Top = 16
  27.           Width = 425
  28.           Height = 13
  29.           AutoSize = False
  30.           Caption = '&Service to stop:'
  31.           FocusControl = cboServiceName
  32.         end
  33.         object cboServiceName: TComboBox
  34.           Left = 10
  35.           Top = 32
  36.           Width = 433
  37.           Height = 21
  38.           ItemHeight = 13
  39.           Sorted = True
  40.           TabOrder = 0
  41.           OnDropDown = cboServiceNameDropDown
  42.         end
  43.         object cbStopIfMaster: TCheckBox
  44.           Left = 10
  45.           Top = 86
  46.           Width = 417
  47.           Height = 17
  48.           Caption = 'Stop service and &dependent ones (if any)'
  49.           Checked = True
  50.           State = cbChecked
  51.           TabOrder = 2
  52.         end
  53.         object cbIncludeDrivers: TCheckBox
  54.           Left = 10
  55.           Top = 65
  56.           Width = 425
  57.           Height = 17
  58.           Caption = 'Include device and &file system drivers'
  59.           TabOrder = 1
  60.         end
  61.       end
  62.     end
  63.   end
  64.   inherited taclKeyboardTrap: TActionList
  65.     Left = 200
  66.   end
  67.   inherited dxSIBarManager: TdxBarManager
  68.     Categories.ItemsVisibles = (
  69.       2)
  70.     Categories.Visibles = (
  71.       True)
  72.     PopupMenuLinks = <
  73.       item
  74.         Control = lsvAM5Errors
  75.         PopupMenu = dxCheckPopup
  76.       end>
  77.     DockControlHeights = (
  78.       0
  79.       0
  80.       0
  81.       0)
  82.   end
  83.   inherited dxCheckPopup: TdxBarPopupMenu
  84.     ItemLinks = <
  85.       item
  86.         Item = itmCheckAllErrors
  87.         UserGlyph.Data = {00000000}
  88.         Visible = True
  89.       end
  90.       item
  91.         Item = itmCheckNoErrors
  92.         UserGlyph.Data = {00000000}
  93.         Visible = True
  94.       end>
  95.   end
  96.   inherited IvTranslator1: TIvTranslator
  97.     Left = 232
  98.     Top = 348
  99.   end
  100. end
  101.